H5T

Undocumented in source.
struct H5T {}

Members

Static functions

array_create2
hid_t array_create2(hid_t base_id, uint ndims, hsize_t[] dim)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
commit2
void commit2(hid_t loc_id, string name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
commit_anon
void commit_anon(hid_t loc_id, hid_t type_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
committed
htri_t committed(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
compiler_conv
htri_t compiler_conv(hid_t src_id, hid_t dst_id)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
void convert(hid_t src_id, hid_t dst_id, size_t nelmts, void* buf, void* background, hid_t plist_id)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
hid_t copy(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create
hid_t create(H5TClass type, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
hid_t decode(void* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
detect_class
htri_t detect_class(hid_t type_id, H5TClass cls)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source. Be warned that the author may not have intended to support it.
enum_create
hid_t enum_create(hid_t base_id)
Undocumented in source. Be warned that the author may not have intended to support it.
enum_insert
void enum_insert(hid_t type, string name, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
enum_nameof
string enum_nameof(hid_t type, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
enum_valueof
void enum_valueof(hid_t type, string name, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
htri_t equal(hid_t type1_id, hid_t type2_id)
Undocumented in source. Be warned that the author may not have intended to support it.
find
H5T_conv_t find(hid_t src_id, hid_t dst_id, H5T_cdata_t** pcdata)
Undocumented in source. Be warned that the author may not have intended to support it.
get_array_dims2
int get_array_dims2(hid_t type_id, hsize_t[] dims)
Undocumented in source. Be warned that the author may not have intended to support it.
get_array_ndims
int get_array_ndims(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_class
H5TClass get_class(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_create_plist
hid_t get_create_plist(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_cset
H5TCset get_cset(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_ebias
size_t get_ebias(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_fields
void get_fields(hid_t type_id, size_t* spos, size_t* epos, size_t* esize, size_t* mpos, size_t* msize)
Undocumented in source. Be warned that the author may not have intended to support it.
get_inpad
H5T_pad_t get_inpad(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_class
H5TClass get_member_class(hid_t type_id, uint membno)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_index
int get_member_index(hid_t type_id, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_name
string get_member_name(hid_t type_id, uint membno)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_offset
size_t get_member_offset(hid_t type_id, uint membno)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_type
hid_t get_member_type(hid_t type_id, uint membno)
Undocumented in source. Be warned that the author may not have intended to support it.
get_member_value
void get_member_value(hid_t type_id, uint membno, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
get_native_type
hid_t get_native_type(hid_t type_id, H5TDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
get_nmembers
int get_nmembers(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_norm
H5T_norm_t get_norm(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_offset
int get_offset(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_order
H5TByteOrder get_order(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_pad
void get_pad(hid_t type_id, H5T_pad_t* lsb, H5T_pad_t* msb)
Undocumented in source. Be warned that the author may not have intended to support it.
get_precision
size_t get_precision(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_sign
H5T_sign_t get_sign(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_size
size_t get_size(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_strpad
H5TString get_strpad(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_super
hid_t get_super(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_tag
string get_tag(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(hid_t parent_id, string name, size_t offset, hid_t member_id)
Undocumented in source. Be warned that the author may not have intended to support it.
is_variable_str
htri_t is_variable_str(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
open2
hid_t open2(hid_t loc_id, string name, hid_t tapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
void pack(hid_t type_id)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(H5T_pers_t pers, string name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cset
void set_cset(hid_t type_id, H5TCset cset)
Undocumented in source. Be warned that the author may not have intended to support it.
set_ebias
void set_ebias(hid_t type_id, size_t ebias)
Undocumented in source. Be warned that the author may not have intended to support it.
set_fields
void set_fields(hid_t type_id, size_t spos, size_t epos, size_t esize, size_t mpos, size_t msize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_inpad
void set_inpad(hid_t type_id, H5T_pad_t pad)
Undocumented in source. Be warned that the author may not have intended to support it.
set_norm
void set_norm(hid_t type_id, H5T_norm_t norm)
Undocumented in source. Be warned that the author may not have intended to support it.
set_offset
void set_offset(hid_t type_id, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
set_order
void set_order(hid_t type_id, H5TByteOrder order)
Undocumented in source. Be warned that the author may not have intended to support it.
set_pad
void set_pad(hid_t type_id, H5T_pad_t lsb, H5T_pad_t msb)
Undocumented in source. Be warned that the author may not have intended to support it.
set_precision
void set_precision(hid_t type_id, size_t prec)
Undocumented in source. Be warned that the author may not have intended to support it.
set_sign
void set_sign(hid_t type_id, H5T_sign_t sign)
Undocumented in source. Be warned that the author may not have intended to support it.
set_size
void set_size(hid_t type_id, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
set_strpad
void set_strpad(hid_t type_id, H5TString strpad)
Undocumented in source. Be warned that the author may not have intended to support it.
set_tag
void set_tag(hid_t type, string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
unregister
void unregister(H5T_pers_t pers, string name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source. Be warned that the author may not have intended to support it.
vlen_create
hid_t vlen_create(hid_t base_id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta